home *** CD-ROM | disk | FTP | other *** search
/ ROM Magic / ROM Magic.iso / pc / 10_nyan2 / winprog / main.mmm / meta.txt < prev   
Encoding:
Text File  |  1995-05-13  |  5.7 KB  |  64 lines

  1. Name
  2. ----
  3. MAIN,"ROMmagic:ニ男ニ槌槌停\œ2ツ湘‡ナ津ウナ嘆:ニ筑ニ鍛ニ誰PROG:
  4.  
  5. Strings
  6. ------
  7. Macromedia Director
  8.  
  9. stxt
  10. ----
  11. --macro showController    global controllerOnOff, autoStatus, telephoneStatus, soundStatus, zoomCounter    if controllerOnOff then exit    put TRUE into controllerOnOff    repeat with n = 17 to 20        puppetSprite n, TRUE        set the type of sprite n =1        set the ink of sprite n = 0        set the foreColor of sprite n = 255    end repeat    set the castNum of sprite 17 = the number of cast "contollerBoard"    set the locH of sprite 17 = 318    set the locV of sprite 17 = 455    set the castNum of sprite 19 = the number of cast "exit,up"    set the locH of sprite 19 = 358    set the locV of sprite 19 = 440    set the castNum of sprite 20 = the number of cast "help,up"    set the locH of sprite 20 = 303    set the locV of sprite 20 = 440    if soundStatus then         set the castNum of sprite 18 = the number of cast "soundOn,up"        set the locH of sprite 18 = 248        set the locV of sprite 18 = 440    else        set the castNum of sprite 18 = the number of cast "soundOff,up"        set the locH of sprite 18 =248        set the locV of sprite 18 = 440    end if    updateStage
  12. --macro soundOnOff onOff    global soundStatus    if onOff = "on" then        set the soundEnabled = TRUE    else if onOff = "off" then        set the soundEnabled = FALSE    end if    if soundStatus then        put FALSE into soundStatus        set the castNum of sprite 18 = the number of cast "soundOff,up"        set the locH of sprite 18 = 248        set the locV of sprite 18 = 440    else        put TRUE into soundStatus        set the castNum of sprite 18 = the number of cast "soundOn,up"        set the locH of sprite 18 = 248        set the locV of sprite 18 = 440    end if    updateStagemacro controllerSpriteOn x, y    global controllerOnOff    repeat with n = x to y        puppetSprite n, TRUE        set the type of sprite n =1        set the ink of sprite n = 0        set the foreColor of sprite n = 255    end repeat    updateStagemacro eraseController    global controllerOnOff    put FALSE into controllerOnOff    repeat with n = 17 to 20        puppetSprite n, FALSE        set the locV of sprite n = -440    end repeat    updateStage  macro checkTelephone    if soundBusy(1) then return TRUE    return FALSE
  13.  
  14. Script Channel Commands
  15. --------------------
  16. cursor 129set File=0cursor 129eraseControllerrepeat with i=3 to 5    puppetSprite i, FALSE     upDateStageend repeatgo to the framewait 0.1cursor 129go to movie "BEST10"BgmPlayupDateStagepuppetTransition 23,0,8wait 2puppetTransition 7,0,8go "mainLoop"cursor 129go to movie "video"cursor 129go to movie "photosel"TittleInitpuppetTransition 23,0,8go to "mainLoop"if File>0 then     eraseController    puppetTransition 23,0,8    repeat with i=3 to 5        puppetsprite i,FALSE    end repeat         go to the frame+File    exitend ifput 139 into Num--CgCursorif rollOver(16) then    --beep     showControllerelse    eraseControllerend ifrepeat with i=3 to 5    if rollOver(i) then        set the castNum of sprite  i = the number of cast("Tittle" & (i-2) & ",on")                set num =  128    else        set the castNum of sprite  i = the number of cast("Tittle" & (i-2) & ",off")            end ifend repeatupdateStageif rollOver(17)  then    set num =  128end ifcursor Numgo to the framepuppetTransition 7,0,1wait 0.1cursor 128go to the framepuppetTransition 8,0,1go to movie "ENDING"
  17.  
  18. vwci
  19. ----
  20. 1027: □Pipo
  21. 1028: □BGM1
  22. 1032: on mouseUp  end mouseUp□contollerRange
  23. 1033: on mouseUp  end mouseUp□Tittle1,off
  24. 1034: on mouseUp    global File    set File=1    PipoSoundend mouseUp
  25. Tittle1,on
  26. 1035: on mouseUp  end mouseUp□Tittle2,off
  27. 1036: on mouseUp    global File    set File = 2        PipoSoundend mouseUp
  28. Tittle2,on
  29. 1037: on mouseUp  end mouseUp□Tittle3,off
  30. 1038: on mouseUp    global File    set File = 3    PipoSoundend mouseUp
  31. Tittle3,on
  32. 1040: □ニ畜ニ耽ニ停\œ
  33. 1042: □about system
  34. 1043: □about ContPannel 1
  35. 1044: □about cursor
  36. 1045: on mouseDown    if button() then go to marker(-1)end mouseDown□helpPrev,up
  37. 1046: on mouseDown    if button() then go to marker(1)end mouseDown□helpNext,up
  38. 1047: on mouseDown    if button() then             PipoSound            BgmPlay        puppetsprite 20,FALSE        set the locV of sprite 20 =  -113        go "HelpClose"    end ifend mouseDownhelpReturn,up
  39. 1053: helpPrev,Down
  40. 1054: helpNext,Down
  41. 1055: on mouseUp  end mouseUp□helpReturn,down
  42. 1057: on mouseDown    if button() then        soundOnOff("off")    end ifend mouseDown
  43. soundOn,up
  44. 1058: □soundOn,down
  45. 1059: on mouseDown    global Silence,TelMode    if button() then         soundOnOff("on")        PipoSound        BgmPlay    end ifend mouseDown□soundOff,up
  46. 1060: soundOff,down
  47. 1061: on mouseDown    global EndCode    if button() then            PipoSound        go to frame label("YesNo")    end if    end mouseDown□exit,up
  48. 1062: on mouseUp  end mouseUp    exit,down
  49. 1064: on mouseUp  end mouseUp□contollerBoard
  50. 1065: on mouseDown    global EndCode    if button() then        PipoSound            BgmPlay        eraseController        go to frame label("Help")    end if    end mouseDown□help,up
  51. 1066: on mouseUp  end mouseUp    help,down
  52. 1070: □BGM1
  53. 1071: □BGM2
  54. 1074: on mouseDown    if Button() then        PipoSound        go to frame label("ProgEnd")    end ifend mouseDown□yes,up
  55. 1075: □yes,down
  56. 1076: on mouseDown    global CgPage    if Button() then       PipoSound       BgmPlay        go marker(1)    end ifend mouseDown□no,up
  57. 1077: □no,down
  58.  
  59. Fonts
  60. -----
  61. Osaka
  62. Osaka
  63. Geneva
  64.